@charset "UTF-8";
.newprod_con .newprod_list .newprod_name, .newprod_con .newprod_list .newprod_price, .newprod_con .newprod_list .newprod_intr, .three .threeLeft .blk_t em, .three .threeLeft .art_list_title em, .three .threeLeft .artview_title em, .three .threeCenter .blk_t em, .three .threeCenter .art_list_title em, .three .threeCenter .artview_title em, .marquee_list p a, .art_list .prod_list_list .prod_list_name, .art_list .prod_list_list .prod_list_type, .left_con .blk_t em, .left_con .art_list_title em, .left_con .artview_title em, .right_con .blk_t em, .right_con .art_list_title em, .right_con .artview_title em {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}

.newprod_con .newprod_list .newprod_pic, .marquee, .marquee_list, .art_list .prod_list_list .prod_list_pic {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic img, .marquee img, .marquee_list img, .art_list .prod_list_list .prod_list_pic img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newprod_con .newprod_list .newprod_pic img:hover, .marquee img:hover, .marquee_list img:hover, .art_list .prod_list_list .prod_list_pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all linear 0.3s;

}


.newprod_con .newprod_list, .marquee_list p font, .art_list .prod_list_list, .art_list #pager, .copyright {
  text-align: center;
}

/*2015-3-5 21:00:27*/
.three .threeLeft .art_list_title,
.three .threeLeft .artview_title,
.three .threeCenter .art_list_title,
.three .threeCenter .artview_title ,
.three .threeRight .art_list_title,
.three .threeRight .artview_title{
  padding-left:30px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  font-weight: bold;
  color:white;
  /*background-color:#F7F7F5;*/
  /*background:url(../images/list_title_bg.jpg) repeat-x 0 0;*/
  height: 29px;
  line-height: 29px;
  /*短标题 三个 上*/
}

.three .threeLeft .blk_t{
  padding-left:20px;
  font-weight: bold;
  color:#007cbd;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}

.three .threeCenter .blk_t{
  padding-left:20px;
  font-weight: bold;
  color:#007cbd;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}
.three .threeRight .blk_t{
  padding-left:20px;
  font-weight: bold;
  color:#007cbd;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}



.threeCenter .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}

#longBarTop .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}

* {
  margin: 0 auto;
  padding: 0;
  color:#5D5D5D;
}

body {
  font: 12px/1.5 "宋体";
  color: #000;
  background-color:#ffffff;
  /*background: url(../images/bg.gif);8B0102*/
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #5D5D5D;
}
a:hover{
  color: #000;
}


.notice_con{
  padding-left:12px;
  /*border:1px solid #e5e5e5;
  border-top:none;*/
}
.notice_con .bulletin h4{
  background: url(../images/arrow.jpg) 0 5px no-repeat;
  border-bottom:1px dashed #D8D8D8;
  padding-left:20px;
}

.left, .three > div, .art_list .prod_list_list, .art_list_con ul li p.l_title, .company_intro p img, #mess_main .mess_list .mess_title {
  float: left;
}

.right, .art_list_con ul li p.n_time {
  float: right;
  color:black;
}

.clearFloat:after, #mess_main .mess_list:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearFloat, #mess_main .mess_list {
  *zoom: 1;
}

/*sitemaster reset and only*/
.logo, #nav, .flash_image, .three, .newprod_name, .wrap, .copyright {
  margin: 0 auto;
}

.switch_langbar {
  display: none;
}

/*index - 2015-2-2 16:26:07*/
.wrap .mod_block {
  position: relative;
  overflow: hidden;
  margin-top:10px;  
}

.logo, #nav, .three, .boundary, .wrap, .copyright {
  width: 1100px;
}

.header, .banner {
  min-width: 1100px;
}

.header{
 /* background:url(../images/bg.jpg) repeat-x 0 0;*/
  padding-top:10px;
  padding-bottom:10px;
}

#nav {
  clear: left;
  margin-bottom:0px;
 background: url(../images/bgtop_02.png) 0 0 repeat-x;
 height:54px;
}
#nav .mod_block {
  position: relative;
}
#nav .nav_con {
  /*border-top-left-radius:10px;
  border-top-right-radius:10px;*/
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;/*防止IE7 导航二级菜单被遮住*/
  /*border-bottom:1px solid #9A9A9A;*/
}

.navigation {
  text-align: center;
  width:100%;
  height: 45px;
   line-height: 45px;
/*  background: url(../images/dh.jpg) 0 0 repeat-x;*/*/
  /*导航*/
  /**height: 44px;*/
  /*>li:first-child a, */
}
.navigation li {
  position: relative;
  display: inline-block;
  margin-left:-4px;
  padding-right:1px;
  min-width: 115px;
  /*border-right:1px solid #c4c4c4;*/
  /*background: url(../images/nav_iso.jpg) no-repeat right 0;  */

  *display: inline;
  *zoom: 1;
  *float: left;
  *width: 115px;
  *margin:0;
  *padding:0;
  /*导航分割*/
}
.navigation li span ul {
  position: absolute;
  background-color:#21a1e2;
  

  width: 100%;
  display: none;
  left: 0;
  /*导航子菜单*/
}
.navigation li span ul li {
  width: 100%;
  
  padding: 0;
  margin:0;
  border:none;
  background-image: none;
}
.navigation li span ul li ul {
  top: 0;
  left: 100%;
  
}
.navigation li span ul li a {
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  border-bottom:#cccccc solid 1px;
}

.navigation a:hover {
  transition: all 0.3s;
  /*background: url(../images/nav_hover.jpg) center -45px no-repeat;*/
  /*text-decoration: underline;*/
  color:#cccccc;
}
.navigation a {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font: normal 14px '宋体';
  font-weight:bold;
  height:33px;
  line-height:33px;
  /*导航文字*/
}


.flash_image {
  width: 1100px;
  /*height:100px;*/
}

/*longBarTop*/
.con {
  position: relative;
}

.art_list_title, .artview_title {
  padding-left:20px;
  color:white;
  font-size: 12px;
  line-height: 32px;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height:29px;
  font-weight: bold;
  
  /*标题背景 中间 右边*/
}

.newprod_con {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic {
  vertical-align: middle;
  text-align: center;
}
.newprod_con .newprod_list .newprod_pic img {
  max-width: 160px;
  height: 160px;
  vertival-align: middle;
}
.newprod_con .newprod_list .newprod_name {
  font-weight: bold;
  max-width: 160px;
}
.newprod_con .newprod_list .newprod_price {
  color: red;
}
.newprod_con td:hover {
  background: #eeeeee;
  transition: all linear 0.3s;
}

/*three*/
.three > div {
  width: 33%;
}
.three .threeLeft .blk_t em, .three .threeLeft .art_list_title em, .three .threeLeft .artview_title em, .three .threeCenter .blk_t em, .three .threeCenter .art_list_title em, .three .threeCenter .artview_title em {
  margin-left: 8px;
  width: 88px;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  font-style: normal;
}


.three .threeLeft .list_con{
  background-color:#ffffff;
  color:#5D5D5D;
}
.three .threeCenter .list_con{ 
/*  background-color:#ffffff;*/
  color:#5D5D5D;
}
.three .threeCenter .list_con a{
  color:#5D5D5D;
}
.three .threeCenter .list_con a:hover{
  color: #000;
}

.three .threeRight .list_bot {
 /*  height: 13px;*/
  /*background: url(../images/list_bottom.jpg) 0 0 repeat-x;*/
  /*background-color:#ffffff;*/
}
.three .threeLeft .list_bot{
/*  height: 13px;*/
  /*background: url(../images/list_bottom.jpg) 0 0 repeat-x;*/
  /*background-color:#ffffff;*/
}
.three .threeCenter .list_bot{
/*  height: 13px;*/
  /*background: url(../images/list_bottom_2.jpg) 0 0 repeat-x;*/
  /*background-color:#ffffff;*/
}

.three .threeRight {
  *width: 32.9%;
}
.three .threeRight .blk_t, .three .threeRight .art_list_title, .three .threeRight .artview_title {
  /*background:url(../images/list_title_2.jpg) no-repeat 0 0;*/
}
.three .threeRight .com_con, .three .threeRight .list_con {
  /*border: 1px solid #E5E5E5;
  border-top: none;*/
  padding-left:10px;
   /* background-color:#ffffff;*/
  color:#5D5D5D;

}
.three .threeCenter {
  margin: 0 0.5%;
}

/*up down*/
.marquee {
  height: 100px;
}
.marquee a {
  overflow: hidden;
  display: block;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.marquee p a {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  border-top: none;
}

#longBarTop .marquee_list{
  background-color: #ffffff;
}
#longBarBottom .marquee_list{
  background-color: #ffffff;
}
.centerTop .marquee_list{
  background-color:#ffffff;
}
.threeLeft .marquee_list{
  border-top: none;
  background-color:#ffffff;
}

.centerLeft_con .marquee_list{
  background-color:#ffffff;
}
.centerRight_con .marquee_list{
  background-color:#ffffff;
}

.centerBottom .marquee_list{
  background-color:#ffffff;
}
.marquee_list {
	margin-top:10px;
}
.marquee_list p {
  width: 160px;
  border: 2px solid #cccccc;
 
  margin: 3px !important;
}
.marquee_list p font {
  display: block;
}

/* left centerTop centerLeft centerRight centerBottom right */
.category .prod_type {
  /*border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;*/
  padding: 0 10px;
}
.category .prod_type ul li {
  /*border-bottom: 1px dashed #026FB0;*/
  border-bottom: 1px dashed #007cbd;

  padding-left: 18px;
  line-height: 35px;
}
.category .prod_type ul li ul {
  display: none;
}
.category .prod_type ul li:last-child {
  border-bottom: none;
}
.category #tree1 ul li {
  background: url("../images/news_arrow.gif") no-repeat scroll 0px 10px;
}


.left_con, .right_con {
  width: 25%;
}

.center_con {
  width: 50%;
}

.centerLeft_con, .centerRight_con {
  width: 49.99%;
}

#longBarTop .list_main{
  background-color:#ffffff;
}
#longBarTop .list_main a{
  color:#5D5D5D;
}
#longBarTop .list_main a:hover{
  color: #000;
}
#longBarTop .blk_t{
  padding-left:20px;
  font-weight: bold;
  color:#007cbd;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}


.list_main{
  background-color:#ffffff;
}

.list_more{
  position: absolute;
  top: 8px;
  right:5px;
  width:77px;
  height:13px;
}
.list_more img{
  width:100%;
  height:100%;
}

.art_list .art_list_search {
  float:right;
  margin-top:-31px;
  margin-right: 30px;
}
#prdsearch_submit,
#articlesearch_submit{
  background-color:#cccccc;
  border:0;
  color:white;
  padding:0 10px;
}
#prd_keyword,
#article_keyword{
  border:0;
  padding:1px 5px;
}

.art_list .art_list_search #prd_keyword, 
.art_list .art_list_search #article_keyword {
  height: 20px;
  line-height: 20px;
  border:1px solid #cccccc;
}
.art_list .art_list_search #prdsearch_submit , 
.art_list .art_list_search #articlesearch_submit{
  height: 24px;
  height: 22px\9;
}
.art_list .prod_list_con {
  padding: 8px;
  zoom: 1;
  clear:both;
  width: 809px;
  float: left;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 bottom;*/
  /*background-color: #807050;*/
  background-color:#ffffff;
}
.art_list .prod_list_list {
  width: 24%;
  _display: inline;
  margin: 0 0.5%;
  padding: 5px 0;
  line-height: 1.5em;
}
.art_list .prod_list_list :hover {
  background-color:#cccccc;
}
.art_list .prod_list_list .prod_list_pic {
  height: 135px;
}
.art_list #pager {
  margin: 20px auto;
}

.art_list_con ul li {
  height: 30px;
  line-height: 30px;
  /*border-bottom: 1px dashed #3298FE;*/
  border-bottom:1px dashed #D8D8D8;
  color:#5D5D5D;
}
.art_list_con ul li a{
  color:#5D5D5D;
}
.art_list_con ul li p.l_title {
  background: url(../images/news_arrow.gif) no-repeat left;
  padding-left: 15px;
}
.art_list_con ul li a:hover {
  color: #000;
}

.company_intro {
  clear: both;
}
.company_intro p img {
  border: 5px solid #F0F0F0;
  margin-right: 10px;
  max-height: 150px;
}

/*mess*/
#mess_main {
  padding: 0 10px;
}
#mess_main .mess_list .mess_title {
  width: 10%;
  height: 30px;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input, #mess_main .mess_list .mess_textarea {
  padding-left: 15px;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_input textarea, #mess_main .mess_list .mess_textarea input, #mess_main .mess_list .mess_textarea textarea {
  width: 60%;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_textarea input {
  height: 22px;
}
#mess_main .mess_list img {
  vertical-align: middle;
}
#mess_main .subd {
  width: 70px;
  border: 0px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  background-color:#cccccc;
  color:white;
}

.artview{
  margin-top:10px;
}
.artview .artview_intr{
  padding: 0 10px;
  color:#5D5D5D;
}
.artview #artview_content{
  padding: 0 10px;
  color:#5D5D5D;
}

.flink_index {
  padding-left: 15px;
}
.flink_index li {
  display: inline-block;
  padding: 0 10px;
  *display: inline;
  *zoom: 1;
}


#footer{
  font-size: 12px;
  color: #333333;
  background: url(../images/foot_bg.jpg) 0 0 repeat-x;
  background-color:#f8f8f8;
  height:120px;
  margin-top:2px;
}
.copyright {
  padding: 15px 0;
  /*color:white;*/
  font-size:small;
}

.qq_list_con {
  /*border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;*/
}
.qq_list_con ul li {
  line-height: 30px;
}
.qq_list_con ul li img {
  padding-right: 10px;
}

/*noContent*/
.noContent .placeholder, .noContent_left .placeholder, .noContent_right .placeholder {
  height: 20px;
  background: #CCF3FF;
  border: 1px dashed #3298FE;
}

.noContent_left {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  left: -121px;
  width: 112px;
}

.noContent_right {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  right: -121px;
  width: 112px;
}

.noContent_left:after {
  color:black;
  content: '点击激活左侧内容';
}

.noContent_right:after {
  color:black;
  content: '点击激活右侧内容';
}

/* sortable placeholder */
.sortable_placeholder {
  display: block;
  order: 1px solid #efefef;
  height: 32px;
  background: #3298FE;
}

.placeholder {
  display: block;
  height: 12px;
}

.artview_info, .prodview_info {
  margin: 20px 0 15px;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #f4e4b4;
  background: #cccccc;
  color:white;
}

.prodview_pic, .prodview_pic img {
  width: 200px;
  height: 225px;
}

.prodview_pic {
  float: left;
  margin: 0 15px 0 20px;
  _margin-left: 10px;
  border: #D5E1E2 1px solid;
  position: relative;
}

/*列表前面的小三角*/
.recent, .titlelist {
  padding: 0 12px;
}

.recent_list, 
.titlelist li {
  background: url(../images/arrow.jpg) 0 6px no-repeat;
  padding: 0px 0 0px 18px;
  height:30px;
  line-height: 30px;
  border-bottom: 1px dashed #D8D8D8;
}

.recent_list a {
  display: block;
}
.recent_list :last-child {
  text-align: right;
}

/*链接hover*/
.category .prod_type a:hover, .titlelist li a:hover {
  color: #000;
}

/*正文内边距*/

.qq_list_con, 
.prodview_content {
  padding: 0 12px;
  /*border:1px solid #e5e5e5;
  border-top:none;*/
}
#online_sevice{
  z-index: 11;
}

.art_list_con{
  padding: 0 12px;
  color:white;
  background-color: #ffffff
}
#sta_content{
  padding: 0 12px 15px 12px;
  color:#5D5D5D;
  background-color:#ffffff;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 bottom;*/
}

.company_intro{
  padding: 0 12px;
  background-color:#ffffff;
  color:#5D5D5D;
}

.prodview_content {
  clear: both;
}

/*add or reset css*/
.wrap {
  width: auto;
  min-height: 400px;
}

.longBarTop_con, #longBarBottom, .con > div, #leftmain {
  width: 1100px;
  margin: 0 auto;
}

.con > div {
  position: relative;
}

.left_con .mod_block, .center_con .mod_block {
  margin-right: 10px;
}

.right_con .mod_block {
  margin-left: 10px;
}



#leftmain .center_con .art_list1 {
  margin-right: 10px;
  margin-top:10px;
}
#leftmain .center_con .art_list{
  background-color:#ffffff;
  margin-top:10px;
}
#leftmain .center_con .artview{
  background-color:#ffffff;

  /*margin:0;*/
}

.left_con .mod_block, .right_con .mod_block {
  /*background-color: #FFF;*/
}

.left_con .art_list_title,
.left_con .artview_title,

.right_con .art_list_title,
.right_con .artview_title {
  color:white;
  padding-left:30px;
  font-weight: bold;
  background:url(../images/list_title_bg.jpg) repeat-x 0 0;
  height:29px;
  line-height: 29px;
  font-size:18px;
  border-bottom: 2px solid #007cbd;
  /*短标题 左下*/
}

.right_con .blk_t{
  color:white;
  padding-left:30px;
  font-weight: bold;
  background:url(../images/list_title_bg.jpg) repeat-x 0 0;
  height:29px;
  line-height: 29px;
  font-size:18px;
  border-bottom: 2px solid #007cbd;
}

.left_con .blk_t{
  color:#007cbd;
  padding-left:20px;
  font-weight: bold;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height:29px;
  line-height: 29px;
  font-size:14px;
  border-bottom: 2px solid #007cbd;
}


.left_con .blk_t em, .left_con .art_list_title em, .left_con .artview_title em, .right_con .blk_t em, .right_con .art_list_title em, .right_con .artview_title em {
  margin-left: 8px;
  width: 88px;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  font-style: normal;
}

.right_con .list_bot {
  height: 13px;
  /*background: url(../images/list_bottom.jpg) 0 0 repeat-x;*/
  background-color:#ffffff;
}
.left_con .list_bot{
  height: 13px;
  /*background: url(../images/list_bottom.jpg) 0 0 repeat-x;*/
  background-color:#ffffff;
}
.left_con .list_con,
.right_con .list_con {
  /*border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;*/
  /*background-color: #F6FFE8;*/
  background-color:#ffffff;
}
.left_con .list_main{
  background-color:#ffffff;
}
.left_con .list_main a:hover{
  color: #000;
}
.left_con .list_main a{
  color:#5D5D5D;
}
.left_con .list_main li{
  background: url(../images/arrow.jpg) 0 10px no-repeat;

}

.center_con .mod_block, .center_con .art_list, .center_con .artview, .center_con .art_list1 {
  /*background-color: #FFF;*/
}


.center_con .artview_title {
  padding-left:20px;
  font-weight: bold;
  color:black;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}
.center_con .art_list_title{
  padding-left:20px;
  height: 29px;
  width: 793px;
  line-height: 29px;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  border-bottom:2px solid #007cbd;
  color:#007cbd;
  font-size: 14px;
}

.center_con .blk_t{
  padding-left:20px;
  height: 29px;
  line-height: 29px;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  color:#007cbd;
  border-bottom:2px solid #007cbd;
  font-size: 14px;
}


#longBarBottom .list_con{
  background-color:#ffffff;
}
#longBarBottom .list_bot{
  height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}
#longBarBottom .blk_t{
  padding-left:20px;
  font-weight: bold;
  color:#007cbd;
  background:url(../images/list_title_bg.jpg) no-repeat 0 2px #ffffff;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  border-bottom:2px solid #007cbd;
}
#longBarBottom .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
}

#centerBottom .list_con a,
#longBarBottom .list_con a{
  color:#5D5D5D;
}
#centerBottom .list_con a:hover,
#longBarBottom .list_con a:hover{
  color: #000;
}
#centerBottom .list_bot{
 height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}

.longBarTop_con .list_bot{
  height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}

.centerTop .list_bot{
  height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}

.centerRight_con .list_bot{
  height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}

.centerLeft_con .list_bot{
  height: 13px;
  /*background:url(../images/list_bottom_2.jpg) repeat-x 0 0;*/
  background-color:#ffffff;
}

.center_con .com_con {
  /*border: 1px solid #E5E5E5;*/
  /*border-top: none;*/
  background-color:#ffffff;
}

.centerBottom .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}
.centerTop .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}
.center_con .list_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}



.header_con {
  width: 1100px;
  margin: 0 auto;
  position: relative;

  /*overflow-x: hidden;*/
  /*overflow-y:visible;*/
  /*头部*/
}


.nav_con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;/*防止IE7 导航二级菜单被遮住*/
}

.logo, #nav, .logo .flash_image {
  width: auto;
}
.logo .flash_image{
  /*width:280px;*/
 /* margin:0;
  overflow: hidden;*/
 /* z-index: 20;
  position: relative;*/
}

.banner {
  /*background: #2F2F2F;*/
  /*position: relative;*/
  /*z-index: 9;*/  
  margin-bottom:10px;
}

.banner .flash_image{
  /*padding-bottom:28px;*/
  /*background:url(../images/banner_bottom.jpg) no-repeat 0 bottom;*/
  border-bottom:1px solid #9A9A9A;
  padding-bottom:0px;
}

#longBarTop .company_intro .list_more, #longBarTop .company_intro .art_list .art_list_search, .art_list #longBarTop .company_intro .art_list_search, #longBarBottom .company_intro .list_more, #longBarBottom .company_intro .art_list .art_list_search, .art_list #longBarBottom .company_intro .art_list_search {
  /*display: none;*/
}

.FORIE7 {
  float: none;
}

 
.art_list .prod_list_list .com_con, 
.art_list_con ul li p.l_title .com_con, 
.company_intro p img .com_con, 
#mess_main .mess_list .mess_title .com_con, 
.art_list_con ul li p.n_time .com_con {
  /*border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;*/
  padding-left: 10px;
}

#centerLeft .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}
#centerRight .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}

.threeLeft .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}

.left_con .com_con{
  padding-left:12px;
  padding-bottom: 10px;
  background-color:#ffffff;
}

.threeRight .com_con{
  background-color:#ffffff;
  color:#5D5D5D;
  padding-left:12px;
}


#pagerwrapper{
  float: left;
  color:#5D5D5D;
}